Find your VM with Top IOPS

How do you indentify VMs that generates the most IOPS? With the vSphere Client? No, we do it in PowerCLI 😉 I found a very good script from LucD and created a function around. function Get-VMMaxIO { <# .SYNOPSIS Get your VMs with max. IOPS .DESCRIPTION Get your VMs with max. IOPS (read & write Avg.) You could work with the parameters vHost,Cluster or DataCenter to determine the ESXi Hosts. (default = all Hosts) With the parameter minutes, you could change … Continue reading Find your VM with Top IOPS